Conversation
|
Hi, Thanks for taking the time for contributing. I have very limited time, so you should expect 3-4 days answer latency from me. I uploaded a package candidate, not sure if you can test it with nixpkgs though, I am very out-dated on the Haskell tooling: https://hackage.haskell.org/package/cpython-3.8.0/candidate Tests are running fine. So if the candidate works, I will just merge this and upload a new final version. |
|
Ah perfect, thank you so much! I've tested the Nix build with the package candidate directly (an overlay with something like cpython = hfinal.callCabal2nix "cpython" (prev.fetchzip {
url = "https://hackage.haskell.org/package/cpython-3.8.0/candidate/cpython-3.8.0.tar.gz";
hash = "sha256-LMur9LzlO4UYGIVvOzW1dlNfLVaCBepLDakcZSP6dE4=";
}) {};) I've just realised that it probably works with Nix only, though, as the |
|
Thanks again! new version is published |
I've updated the cabal file to use a
Configurebuild type to generally work with Python versions >= 3.8. While it hasn't been updated for some time it still seems to work. This change would also allow me to unbreak the Nix packages in NixOS upstream, if you could publish a new hackage version.